<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.baise {
	color: #fff !important;
}

.baise_bj {
	background: #fff !important;
}

.huise {
	color: #eee !important;
}

/* 首页关于我们 */
.iabout {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.9) url(../images/iabout_bj.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	padding: 100px 0 50px;
}

.iabout_mian {
	display: grid;
	grid-template-columns: 1.8fr 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}

.iabout_left {
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0px 50px 0 0;
}

.iabout_right {
	float: right;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0px;
}

.iabout_right img {
	width: 100%;
	max-width: 100%;
	border: 10px solid #007f41;
}

.iabout_en {
	color: #007F41;
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
}

.iabout_cn {
	color: #111;
	font-size: 46px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.iabout_des {
	font-size: 24px;
	color: #8d8d8d;
	font-weight: normal;
	margin-bottom: 20px;
}

.iabout_txt {
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 35px;
	color: #333;
	-webkit-line-clamp: 5;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.iabout_txt p {
	line-height: 30px;
	/* margin-bottom: 5px; */
}

.iabout_btn {
	margin: 30px 0 0;
	width: 200px;
	line-height: 50px;
	text-align: center;
	background: rgba(0, 127, 65, .85) url(../images/iabout_btn.jpg) no-repeat center;
	color: #fff;
}

.iabout_btn a {
	display: block;
}

.iabout_box {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

/* 数字轮播 */
.shuzi_box {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 50px 0px;

	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 40px;
	grid-row-gap: 40px;
}

.shuzi_list {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	cursor: pointer;

	padding-bottom: 50%;
	background: #fff;
	box-shadow: 0 0px 20px -5px rgba(0, 0, 0, 0.17);
	border-radius: 5px;
	transition: all 0.3s ease-in-out;
}

.shuzi_list:hover {
	background: #007F41;
}

.shuzi_ge {
	/* display: none; */
	width: 1px;
	height: 88px;
	background: #b7b7b7;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.shuzi_list_main {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.shuzi_img {
	position: absolute;
	right: 30px;
	top: -30px;
}

.shuzi_img i {
	font-size: 56px;
	color: #e62129;
}

.shuzi_t1 {
	color: #333;

	/* background-image: -webkit-linear-gradient(to right, #2ea7e0, #e62129);
	background-image: linear-gradient(to right, #2ea7e0, #e62129);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; */

	font-size: 16px;
	font-weight: 400;
	line-height: 36px;
	letter-spacing: 0em;
	text-align: center;
}

.shuzi_t2 {
	color: #333;
}

.shuzi_s1 {
	color: #007F41;
	font-size: 60px;
	font-weight: 700;
	line-height: 80px;
	/* letter-spacing: -0.05em; */
	font-family: impact;
	margin-right: 10px;
}

.shuzi_t2 {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	text-align: center;
	margin-top: 10px;
	opacity: 1;
	text-transform: uppercase;
}

.shuzi_list:hover .shuzi_s1 {
	color: #fff;
}

.shuzi_list:hover .shuzi_t1 {
	color: #fff;
}

.shuzi_list:hover .shuzi_t2 {
	color: #fff;
}





/* 首页优势 */

.iyoushi {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 100px 0;
	background: url(../images/iyoushi_bj.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}

.iyoushi_box {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 30px;

	margin-top: 60px;
}

.iyoushi_list {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.7);
	padding: 30px;
}

.iyoushi_list:hover::before {
	position: absolute;
	content: "";
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
}

.iyoushi_list:nth-child(1):hover {
	background: url(../images/iyoushi_bj01.jpg) no-repeat center top;
	background-size: cover;
}

.iyoushi_list:nth-child(2):hover {
	background: url(../images/iyoushi_bj02.jpg) no-repeat center top;
	background-size: cover;
}

.iyoushi_list:nth-child(3):hover {
	background: url(../images/iyoushi_bj03.jpg) no-repeat center top;
	background-size: cover;
}

.iyoushi_list:nth-child(4):hover {
	background: url(../images/iyoushi_bj04.jpg) no-repeat center top;
	background-size: cover;
}

.iyoushi_list:nth-child(5):hover {
	background: url(../images/iyoushi_bj05.jpg) no-repeat center top;
	background-size: cover;
}

.iyoushi_list:nth-child(6):hover {
	background: url(../images/iyoushi_bj06.jpg) no-repeat center top;
	background-size: cover;
}


.iyoushi_list .l1 {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 0;
	height: 2px;
	background: #007F41;
	transition: all 0.3s ease 0s;
}

.iyoushi_list .l2 {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	width: 2px;
	height: 0;
	background: #007F41;
	transition: all 0.3s ease 0s;
}

.iyoushi_list .l3 {
	position: absolute;
	z-index: 2;
	bottom: 0;
	right: 0;
	width: 0;
	height: 2px;
	background: #007F41;
	transition: all 0.3s ease 0s;
}

.iyoushi_list .l4 {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	width: 2px;
	height: 0;
	background: #007F41;
	transition: all 0.3s ease 0s;
}

.iyoushi_list:hover .l1 {
	width: 100%;
}

.iyoushi_list:hover .l2 {
	height: 100%;
}

.iyoushi_list:hover .l3 {
	width: 100%;
}

.iyoushi_list:hover .l4 {
	height: 100%;
}

.iyoushi_ico {
	position: relative;
	z-index: 2;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.iyoushi_ico i {
	font-size: 50px;
}

.iyoushi_ico img {
	max-width: 50px;
	display: block;
	margin: 20px auto;
}

.iyoushi_name {
	position: relative;
	z-index: 2;
	text-align: center;
	font-size: 20px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	color: #111;
}

.iyoushi_name::before {
	content: "";
	width: 30px;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: #007F41;
}

.iyoushi_txt {
	position: relative;
	z-index: 2;
	text-align: center;
	line-height: 24px;
	font-size: 15px;
	color: #666;
}


/* 首页产品 */

.iproduct {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 100px 0;
	/* background: #fff url(../images/iwhy_bj.jpg) no-repeat top center; */
	background: #fff url(../images/iproduct_bj.jpg) no-repeat top center;
	/* background-attachment: fixed; */

	min-height: 800px;
}

.iproduct_main {
	position: relative;

	width: 100%;
	text-align: center;
}

.iproduct_main_t1 {
	color: #fff;
	font-size: 46px;
	font-weight: 600;
	line-height: 48px;
	margin-bottom: 12px;
}

.iproduct_main_t2 {
	color: #fff;
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 50px;
}

.iproduct_main_t3 {
	color: #fff;
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 50px;
}

.iproduct_box {
	position: relative;

	width: 90%;
	margin: 0px auto;
	padding: 50px 0 0;
	margin-top: 80px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}

.iproduct_list {
	background: rgba(0, 130, 70, 0.5);
	border: 0px solid rgba(255, 255, 255, 0.1);
	box-sizing: border-box;
	border-radius: 10px;
	padding: 40px 20px;
	box-shadow: 0 25px 20px -5px rgb(0 0 0 / 17%);
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
}

/* .iproduct_list:nth-child(1){
	background: #76ad38;
}

.iproduct_list:nth-child(2){
	background: #38ad40;
}

.iproduct_list:nth-child(3){
	background: #65ceff;
}

.iproduct_list:nth-child(4){
	background: #ffa366;
} */

.iproduct_list:hover {
	background: #007F41;
	color: #fff;
	border: 0px solid #fff;
	box-sizing: border-box;
}

.iproduct_list a {
	display: block;
}

.iproduct_list img {
	display: block;
	max-width: 100%;
	border-radius: 5px;
	margin: 0px auto;
}

.iproduct_txt {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 20px 0 0;
	color: #fff;
}

.iproduct_list span {
	display: block;
}

.iproduct_list span.iproduct_txt1 {
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	margin-bottom: 10px;
}

.iproduct_list span.iproduct_txt2 {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 24px;
	font-weight: lighter;
}


/* 首页产品2 */
.tproduct {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 100px 0;
	background: url(../images/tproduct_bj.jpg) no-repeat center bottom 20%;
	background-size: cover;
	/* background-attachment: fixed; */
}

.tproduct_main {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.tproduct_img {
	position: absolute;
	z-index: 5;
}

.tproduct_img img {
	width: 80%;
}

.tproductlist {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 30px;

	width: 800px;
	position: relative;
	margin-top: 100px;
}

.tproduct_nav {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	position: relative;
}

.tproduct_nav::before {
	content: "";
	width: 1px;
	height: 50%;
	background: #007F41;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(-50%, -50%);
}

.tproduct_nav:last-child::before {
	opacity: 0;
}

.tproduct_nav.active {
	color: #007F41;
}

.tproduct_nav span {
	display: block;
	font-size: 40px;
	font-family: Impact;
	letter-spacing: 2px;
}



.tproduct_box {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}


.tproduct_txt {
	display: none;
}

.tproduct_txt.active {
	display: block;
}


.tproduct_txt_left {
	float: left;
	width: 30%;
	height: auto;
	margin-top: 10%;
}

.tproduct_txt_left_cn {
	position: relative;
	font-weight: 600;
	font-size: 42px;
	color: #fff;
}

.tproduct_txt_left_cn::before {
	position: absolute;
	z-index: 9;
	top: 30px;
	right: -30px;
	content: "";
	width: 40%;
	height: 2px;
	background: #007F41;
	opacity: 0.5;
}

.tproduct_txt_left_en {
	font-size: 18px;
	color: #fff;
	font-weight: lighter;
	text-transform: uppercase;
}

.tproduct_txt_left_btn {
	position: relative;
	width: 180px;
	height: 50px;
	line-height: 50px;
	background: #007F41;
	margin-top: 10%;
	color: #fff;
	padding: 0px;
	text-align: center;
}

.tproduct_txt_left_btn a {
	display: block;
}

.tproduct_txt_left_btn i {
	float: right;
	margin-right: 20px;
}

.tproduct_txt_right {
	position: relative;
	z-index: 6;

	float: left;
	width: 70%;
	height: auto;
	overflow: hidden;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 20px;
	/* grid-row-gap: 20px; */
}

.tproduct_txt_right_mian {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 10px 10px 0px 10px;
	background: #fff;

}

.tproduct_txt_right_mian img {
	width: 100%;
}

.tproduct_txt_right_mian span {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #111;
	line-height: 60px;
}


/* 首页产品2 */
.thproduct {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 100px 0;
	background: url(../images/thproduct_bj.jpg) no-repeat center bottom 20%;
	background-size: cover;
	/* background-attachment: fixed; */
}

.thproduct_left {
	position: relative;
	float: left;
	width: 60%;
	height: auto;
	overflow: hidden;
}

.thproduct_left .swiper-slide a {
	display: block;
}

.thproduct_left_main {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	/* border: 2px solid #007F41; */
	box-sizing: border-box;
}

.thproduct_left_main::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.3;
	transition: all 0.5s;
}


.thproduct_left_main .thtp {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.thproduct_left_main .thtp img {
	width: 100%;
}

.thproduct_left_txt {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.5s;
}

.thproduct_left_txt span {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
}

.thproduct_left_txt span.thproduct_left_txt_cn {
	width: 100%;
	height: auto;
	overflow: hidden;
	color: #fff;
	font-size: 26px;
	font-weight: 600;
}

.thproduct_left_txt span.thproduct_left_txt_ge {
	width: 30px;
	height: 3px;
	background: #fff;
	margin: 10px auto;
}

.thproduct_left_txt span.thproduct_left_txt_en {
	width: 100%;
	height: auto;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}


.thproduct_left_main:hover::before {
	opacity: 0;
}

.thproduct_left_main:hover .thproduct_left_txt {
	top: 85%;
}




.thproduct_btn {
	position: absolute;
	width: 140px;
	height: 60px;
	overflow: hidden;
	bottom: 15%;
	left: 65%;
}

.thbtns {
	width: 60px;
	height: auto;
	overflow: hidden;
	text-align: center;
	line-height: 60px;
	/* border-radius: 50%; */
}

.thbtns i {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
}

.swiper-prev {
	float: left;
	width: 60px;
	height: 60px;
	background: #333;
}

.thbtns:hover {
	background: #007F41;
}

.swiper-next {
	float: right;
	width: 60px;
	height: 60px;
	background: #333;
}



.thproduct_right {
	/* position: relative; */
	float: right;
	width: 35%;
	height: auto;
	overflow: hidden;
	padding-bottom: 5%;
}

.thproduct_right_main {
	/* background: rgba(255, 255, 255, 0.2); */
	padding: 30px;
	border-radius: 10px;
}

.th_da {
	position: relative;
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 20px;
}

.th_xiao {
	font-size: 16px;
	margin-bottom: 20px;
}

.th_xiao em {
	font-size: 26px;
	color: #e62129;
	font-style: normal;
	font-weight: 600;
}

.th_ge {
	width: 150px;
	height: 4px;
	background: #007F41;
}

.th_txt {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	line-height: 28px;
}


/* 为什么选择我们 */
.iwhy {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 100px 0;
	background: url(../images/iwhy_bj2.jpg) no-repeat center;
	background-size: cover;
	/* background-attachment: fixed; */
}

.iwhy_box {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 40px;
	grid-row-gap: 40px;

	margin-top: 60px;
}

.iwhy_list {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 85%;
	text-align: center;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0 23px 90px -5px rgb(0 0 0 / 17%);
	transition: all 0.3s ease-in-out;
	border-radius: 5px;
}

.iwhy_main {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 50px;
}

.iwhy_ico {
	position: relative;
	width: 100%;
	height: 72px;
	overflow: hidden;
	margin-bottom: 30px;
}

.iwhy_ico img {
	position: relative;
	/* filter: grayscale(100%) invert(100%); */
	transition: all 0.3s ease-in-out;
}

.iwhy_main:hover .iwhy_ico img {
	transform: translateY(-50%);
}

.iwhy_bt {
	color: #111;
	font-size: 24px;
	font-weight: 600;
	margin: 10px auto;
}

.iwhy_txt {
	color: #666;
	font-size: 15px;
	line-height: 25px;
	margin: 10px auto;
}

.iwhy_list:hover {
	background: #007F41 url(../images/iwhy_bj2.png) no-repeat center;
	background-size: cover;
	color: #fff;
}

.iwhy_list:hover .iwhy_bt {
	color: #fff;
}

.iwhy_list:hover .iwhy_txt {
	color: #fff;
}

/* 
@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
} */





/* 首页新闻 */
.inews {
	position: relative;
	z-index: 3;

	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 100px 0;
}

.inews_box {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 50px auto 0;

	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}

.inews_left {
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.inews_img {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	padding-bottom: 60%;
}

.inews_img a {
	display: block;
}

.inews_img img {
	width: 100%;
	position: absolute;
}

.inews_txt {
	position: relative;
	background: #f7f7f7;
	padding: 20px;
}

.inews_t1 {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #111;
	overflow: hidden;
	letter-spacing: -0.5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.inews_t2 {
	font-size: 15px;
	color: #999999;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.inews_more {
	font-size: 14px;
	color: #999999;
	line-height: 35px;
}

.inews_right {
	float: right;
	width: calc(100% - 600px);
	height: auto;
	overflow: hidden;

	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}

.inews_txt2 {
	padding: 20px;
	background: #f7f7f7;
}



@media screen and (max-width:1200px) {


	.baise {
		color: #fff !important;
	}

	.baise_bj {
		background: #fff !important;
	}

	.huise {
		color: #eee !important;
	}

	/* 首页关于我们 */
	.iabout {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		background: rgba(255, 255, 255, 0.9) url(../images/iabout_bj.jpg) no-repeat center center;
		background-size: cover;
		background-attachment: fixed;
		padding: 30px 0 50px;
	}

	.iabout_mian {
		display: grid;
		grid-template-columns: 1fr;
		grid-column-gap: 20px;
		grid-row-gap: 20px;
	}

	.iabout_left {
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 0px 0px 0 0;
	}

	.iabout_right {
		float: right;
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 0px;
	}

	.iabout_right img {
		width: 100%;
		max-width: 100%;
		border: 10px solid #007f41;
	}

	.iabout_en {
		color: #007F41;
		font-size: 18px;
		font-weight: bold;
		text-transform: uppercase;
		text-align: center;
	}

	.iabout_cn {
		text-align: center;
		color: #111;
		font-size: 26px;
		font-weight: bold;
		text-transform: uppercase;
		margin-bottom: 20px;
	}

	.iabout_des {
		font-size: 24px;
		color: #8d8d8d;
		font-weight: normal;
		margin-bottom: 20px;
	}

	.iabout_txt {
		width: 100%;
		height: auto;
		overflow: hidden;
		line-height: 35px;
		color: #333;
		-webkit-line-clamp: 5;
		display: -webkit-box;
		-webkit-box-orient: vertical;
	}

	.iabout_txt p {
		font-size: 15px;
		line-height: 25px;
		margin-bottom: 5px;
	}

	.iabout_btn {
		margin: 10px 0 0;
		width: 150px;
		line-height: 40px;
		text-align: center;
		background: rgba(0, 127, 65, .85) url(../images/iabout_btn.jpg) no-repeat center;
		color: #fff;
	}

	.iabout_btn a {
		display: block;
	}

	.iabout_box {
		width: 100%;
		height: auto;
		overflow: hidden;
		position: relative;
	}

	/* 数字轮播 */
	.shuzi_box {
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 30px 0px 0;

		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}

	.shuzi_list {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		cursor: pointer;

		padding-bottom: 100%;
		background: #fff;
		box-shadow: 0 0px 20px -5px rgba(0, 0, 0, 0.17);
		border-radius: 5px;
		transition: all 0.3s ease-in-out;
	}

	.shuzi_list:hover {
		background: #007F41;
	}

	.shuzi_ge {
		/* display: none; */
		width: 1px;
		height: 88px;
		background: #b7b7b7;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
	}

	.shuzi_list_main {
		width: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.shuzi_img {
		position: absolute;
		right: 20px;
		top: -30px;
	}

	.shuzi_img i {
		font-size: 36px;
		color: #e62129;
	}

	.shuzi_t1 {
		color: #333;

		/* background-image: -webkit-linear-gradient(to right, #2ea7e0, #e62129);
		background-image: linear-gradient(to right, #2ea7e0, #e62129);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent; */

		font-size: 16px;
		font-weight: 400;
		line-height: 36px;
		letter-spacing: 0em;
		text-align: center;
	}

	.shuzi_t2 {
		color: #333;
	}

	.shuzi_s1 {
		color: #007F41;
		font-size: 40px;
		font-weight: 700;
		line-height: 60px;
		/* letter-spacing: -0.05em; */
		font-family: impact;
		margin-right: 10px;
	}

	.shuzi_t2 {
		font-size: 12px;
		font-weight: 400;
		letter-spacing: 1px;
		text-align: center;
		margin-top: 10px;
		opacity: 1;
		text-transform: uppercase;
	}

	.shuzi_list:hover .shuzi_s1 {
		color: #fff;
	}

	.shuzi_list:hover .shuzi_t1 {
		color: #fff;
	}

	.shuzi_list:hover .shuzi_t2 {
		color: #fff;
	}





	/* 首页优势 */

	.iyoushi {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 50px 0;
		background: url(../images/iyoushi_bj.jpg) no-repeat center;
		background-size: cover;
		background-attachment: fixed;
	}

	.iyoushi_box {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 10px;
		grid-row-gap: 10px;

		margin-top: 60px;
	}

	.iyoushi_list {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		background: rgba(255, 255, 255, 0.7);
		padding: 10px;
	}

	.iyoushi_list:hover::before {
		position: absolute;
		content: "";
		z-index: 1;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, 0.5);
	}

	.iyoushi_list:nth-child(1):hover {
		background: url(../images/iyoushi_bj01.jpg) no-repeat center top;
		background-size: cover;
	}

	.iyoushi_list:nth-child(2):hover {
		background: url(../images/iyoushi_bj02.jpg) no-repeat center top;
		background-size: cover;
	}

	.iyoushi_list:nth-child(3):hover {
		background: url(../images/iyoushi_bj03.jpg) no-repeat center top;
		background-size: cover;
	}

	.iyoushi_list:nth-child(4):hover {
		background: url(../images/iyoushi_bj04.jpg) no-repeat center top;
		background-size: cover;
	}

	.iyoushi_list:nth-child(5):hover {
		background: url(../images/iyoushi_bj05.jpg) no-repeat center top;
		background-size: cover;
	}

	.iyoushi_list:nth-child(6):hover {
		background: url(../images/iyoushi_bj06.jpg) no-repeat center top;
		background-size: cover;
	}


	.iyoushi_list .l1 {
		position: absolute;
		z-index: 2;
		top: 0;
		left: 0;
		width: 0;
		height: 2px;
		background: #007F41;
		transition: all 0.3s ease 0s;
	}

	.iyoushi_list .l2 {
		position: absolute;
		z-index: 2;
		top: 0;
		right: 0;
		width: 2px;
		height: 0;
		background: #007F41;
		transition: all 0.3s ease 0s;
	}

	.iyoushi_list .l3 {
		position: absolute;
		z-index: 2;
		bottom: 0;
		right: 0;
		width: 0;
		height: 2px;
		background: #007F41;
		transition: all 0.3s ease 0s;
	}

	.iyoushi_list .l4 {
		position: absolute;
		z-index: 2;
		bottom: 0;
		left: 0;
		width: 2px;
		height: 0;
		background: #007F41;
		transition: all 0.3s ease 0s;
	}

	.iyoushi_list:hover .l1 {
		width: 100%;
	}

	.iyoushi_list:hover .l2 {
		height: 100%;
	}

	.iyoushi_list:hover .l3 {
		width: 100%;
	}

	.iyoushi_list:hover .l4 {
		height: 100%;
	}

	.iyoushi_ico {
		position: relative;
		z-index: 2;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.iyoushi_ico i {
		font-size: 50px;
	}

	.iyoushi_ico img {
		max-width: 40px;
		display: block;
		margin: 10px auto;
	}

	.iyoushi_name {
		position: relative;
		z-index: 2;
		text-align: center;
		font-size: 16px;
		margin-bottom: 10px;
		padding-bottom: 10px;
		color: #111;
	}

	.iyoushi_name::before {
		content: "";
		width: 30px;
		height: 3px;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		background: #007F41;
	}

	.iyoushi_txt {
		position: relative;
		z-index: 2;
		text-align: center;
		line-height: 20px;
		font-size: 12px;
		color: #666;
	}


	/* 首页产品 */

	.iproduct {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 100px 0;
		/* background: #fff url(../images/iwhy_bj.jpg) no-repeat top center; */
		background: #fff url(../images/iproduct_bj.jpg) no-repeat top center;
		/* background-attachment: fixed; */

		min-height: 800px;
	}

	.iproduct_main {
		position: relative;

		width: 100%;
		text-align: center;
	}

	.iproduct_main_t1 {
		color: #fff;
		font-size: 46px;
		font-weight: 600;
		line-height: 48px;
		margin-bottom: 12px;
	}

	.iproduct_main_t2 {
		color: #fff;
		font-size: 15px;
		line-height: 24px;
		margin-bottom: 50px;
	}

	.iproduct_main_t3 {
		color: #fff;
		font-size: 16px;
		line-height: 32px;
		margin-bottom: 50px;
	}

	.iproduct_box {
		position: relative;

		width: 90%;
		margin: 0px auto;
		padding: 50px 0 0;
		margin-top: 80px;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-column-gap: 20px;
		grid-row-gap: 20px;
	}

	.iproduct_list {
		background: rgba(0, 130, 70, 0.5);
		border: 0px solid rgba(255, 255, 255, 0.1);
		box-sizing: border-box;
		border-radius: 10px;
		padding: 40px 20px;
		box-shadow: 0 25px 20px -5px rgb(0 0 0 / 17%);
		width: 100%;
		height: auto;
		overflow: hidden;
		text-align: center;
	}

	/* .iproduct_list:nth-child(1){
		background: #76ad38;
	}
	
	.iproduct_list:nth-child(2){
		background: #38ad40;
	}
	
	.iproduct_list:nth-child(3){
		background: #65ceff;
	}
	
	.iproduct_list:nth-child(4){
		background: #ffa366;
	} */

	.iproduct_list:hover {
		background: #007F41;
		color: #fff;
		border: 0px solid #fff;
		box-sizing: border-box;
	}

	.iproduct_list a {
		display: block;
	}

	.iproduct_list img {
		display: block;
		max-width: 100%;
		border-radius: 5px;
		margin: 0px auto;
	}

	.iproduct_txt {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 20px 0 0;
		color: #fff;
	}

	.iproduct_list span {
		display: block;
	}

	.iproduct_list span.iproduct_txt1 {
		font-size: 20px;
		font-weight: 600;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.iproduct_list span.iproduct_txt2 {
		text-transform: uppercase;
		font-size: 14px;
		line-height: 24px;
		font-weight: lighter;
	}


	/* 首页产品2 */
	.tproduct {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 50px 0;
		background: url(../images/tproduct_bj.jpg) no-repeat center bottom 20%;
		background-size: cover;
		/* background-attachment: fixed; */
	}

	.tproduct_main {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.tproduct_img {
		position: absolute;
		z-index: 5;
	}

	.tproduct_img img {
		width: 80%;
	}

	.tproductlist {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-column-gap: 10px;
		grid-row-gap: 10px;

		width: 100%;
		position: relative;
		margin-top: 30px;
	}

	.tproduct_nav {
		color: #fff;
		font-size: 18px;
		font-weight: 600;
		text-align: center;
		position: relative;
	}

	.tproduct_nav::before {
		content: "";
		width: 1px;
		height: 50%;
		background: #007F41;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translate(-50%, -50%);
	}

	.tproduct_nav:last-child::before {
		opacity: 0;
	}

	.tproduct_nav.active {
		color: #007F41;
	}

	.tproduct_nav span {
		display: block;
		font-size: 30px;
		font-family: Impact;
		letter-spacing: 2px;
	}



	.tproduct_box {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
	}


	.tproduct_txt {
		display: none;
	}

	.tproduct_txt.active {
		display: block;
	}


	.tproduct_txt_left {
		float: left;
		width: 100%;
		height: auto;
		margin-top: 20%;
		margin-bottom: 10%;
	}

	.tproduct_txt_left_cn {
		position: relative;
		font-weight: 600;
		font-size: 26px;
		color: #fff;
	}

	.tproduct_txt_left_cn::before {
		position: absolute;
		z-index: 9;
		top: 30px;
		right: -30px;
		content: "";
		width: 40%;
		height: 2px;
		background: #007F41;
		opacity: 0.5;
	}

	.tproduct_txt_left_en {
		font-size: 18px;
		color: #fff;
		font-weight: lighter;
		text-transform: uppercase;
	}

	.tproduct_txt_left_btn {
		position: relative;
		width: 180px;
		height: 50px;
		line-height: 50px;
		background: #007F41;
		margin-top: 10%;
		color: #fff;
		padding: 0px;
		text-align: center;
	}

	.tproduct_txt_left_btn a {
		display: block;
	}

	.tproduct_txt_left_btn i {
		float: right;
		margin-right: 20px;
	}

	.tproduct_txt_right {
		position: relative;
		z-index: 6;

		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-column-gap: 5px;
		/* grid-row-gap: 20px; */
	}

	.tproduct_txt_right_mian {
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 3px;
		background: #fff;

	}

	.tproduct_txt_right_mian img {
		width: 100%;
	}

	.tproduct_txt_right_mian span {
		display: block;
		text-align: center;
		font-size: 14px;
		color: #111;
		line-height: 24px;
	}


	/* 首页产品2 */
	.thproduct {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 50px 0;
		background: url(../images/thproduct_bj.jpg) no-repeat center bottom 20%;
		background-size: cover;
		/* background-attachment: fixed; */
	}

	.thproduct_left {
		position: relative;
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.thproduct_left .swiper-slide a {
		display: block;
	}

	.thproduct_left_main {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		/* border: 2px solid #007F41; */
		box-sizing: border-box;
	}

	.thproduct_left_main::before {
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: #000;
		opacity: 0.3;
		transition: all 0.5s;
	}


	.thproduct_left_main img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.thproduct_left_txt {
		width: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		transition: all 0.5s;
	}

	.thproduct_left_txt span {
		display: block;
		width: 100%;
		text-align: center;
	}

	.thproduct_left_txt span.thproduct_left_txt_cn {
		color: #fff;
		font-size: 26px;
		font-weight: 600;
	}

	.thproduct_left_txt span.thproduct_left_txt_ge {
		width: 30px;
		height: 3px;
		background: #fff;
		margin: 10px auto;
	}

	.thproduct_left_txt span.thproduct_left_txt_en {
		color: #fff;
		font-size: 14px;
		text-transform: uppercase;
	}


	.thproduct_left_main:hover::before {
		opacity: 0;
	}

	.thproduct_left_main:hover .thproduct_left_txt {
		top: 50%;
	}




	.thproduct_btn {
		display: none;

		position: absolute;
		width: 140px;
		height: 60px;
		overflow: hidden;
		bottom: 30%;
		left: 65%;
	}

	.thbtns {
		width: 60px;
		height: auto;
		overflow: hidden;
		text-align: center;
		line-height: 60px;
		/* border-radius: 50%; */
	}

	.thbtns i {
		color: #fff;
		font-size: 24px;
		font-weight: 600;
	}

	.swiper-prev {
		float: left;
		width: 60px;
		height: 60px;
		background: #333;
	}

	.thbtns:hover {
		background: #007F41;
	}

	.swiper-next {
		float: right;
		width: 60px;
		height: 60px;
		background: #333;
	}



	.thproduct_right {
		float: right;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.thproduct_right_main {
		/* background: rgba(255, 255, 255, 0.2); */
		padding: 10px;
		border-radius: 10px;
	}

	.th_da {
		position: relative;
		font-size: 26px;
		font-weight: 600;
		margin-bottom: 10px;
	}

	.th_xiao {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.th_xiao em {
		font-size: 26px;
		color: #e62129;
		font-style: normal;
		font-weight: 600;
	}

	.th_ge {
		width: 150px;
		height: 4px;
		background: #007F41;
	}

	.th_txt {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: 20px;
		line-height: 24px;
		font-size: 14px;
	}


	/* 为什么选择我们 */
	.iwhy {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 50px 0;
		background: url(../images/iwhy_bj2.jpg) no-repeat center;
		background-size: cover;
		/* background-attachment: fixed; */
	}

	.iwhy_box {
		display: grid;
		grid-template-columns: 1fr;
		grid-column-gap: 10px;
		grid-row-gap: 10px;

		margin-top: 30px;
	}

	.iwhy_list {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		padding-bottom: 80%;
		text-align: center;
		background: rgba(255, 255, 255, 0.8);
		box-shadow: 0 23px 90px -5px rgb(0 0 0 / 17%);
		transition: all 0.3s ease-in-out;
		border-radius: 5px;
	}

	.iwhy_main {
		width: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		padding: 10px;
	}

	.iwhy_ico {
		position: relative;
		width: 100%;
		height: 50px;
		overflow: hidden;
		margin-bottom: 10px;
	}

	.iwhy_ico img {
		width: 40px;
		position: relative;
		/* filter: grayscale(100%) invert(100%); */
		transition: all 0.3s ease-in-out;
	}

	.iwhy_main:hover .iwhy_ico img {
		transform: translateY(-50%);
	}

	.iwhy_bt {
		color: #111;
		font-size: 18px;
		font-weight: 600;
		margin: 5px auto;
	}

	.iwhy_txt {
		color: #666;
		font-size: 14px;
		line-height: 24px;
		margin: 10px auto;
	}

	.iwhy_list:hover {
		background: #007F41 url(../images/iwhy_bj2.png) no-repeat center;
		background-size: cover;
		color: #fff;
	}

	.iwhy_list:hover .iwhy_bt {
		color: #fff;
	}

	.iwhy_list:hover .iwhy_txt {
		color: #fff;
	}

	/* 
	@-webkit-keyframes pulse {
		0% {
			-webkit-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1)
		}
		50% {
			-webkit-transform: scale3d(1.05, 1.05, 1.05);
			transform: scale3d(1.05, 1.05, 1.05)
		}
		100% {
			-webkit-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1)
		}
	}
	
	@keyframes pulse {
		0% {
			-webkit-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1)
		}
		50% {
			-webkit-transform: scale3d(1.05, 1.05, 1.05);
			transform: scale3d(1.05, 1.05, 1.05)
		}
		100% {
			-webkit-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1)
		}
	} */





	/* 首页新闻 */
	.inews {
		position: relative;
		z-index: 3;

		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 50px 0;
	}

	.inews_box {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 50px auto 0;

		display: grid;
		grid-template-columns: 1fr;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}

	.inews_left {
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.inews_img {
		width: 100%;
		height: auto;
		overflow: hidden;
		position: relative;
		padding-bottom: 60%;
	}

	.inews_img a {
		display: block;
	}

	.inews_img img {
		width: 100%;
		position: absolute;
	}

	.inews_txt {
		position: relative;
		background: #f7f7f7;
		padding: 20px;
	}

	.inews_t1 {
		margin-bottom: 10px;
		font-size: 18px;
		font-weight: bold;
		color: #111;
		overflow: hidden;
		letter-spacing: -0.5px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}

	.inews_t2 {
		font-size: 13px;
		color: #999999;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.inews_more {
		font-size: 12px;
		color: #999999;
		line-height: 24px;
	}

	.inews_right {
		float: right;
		width: calc(100% - 600px);
		height: auto;
		overflow: hidden;

		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 20px;
		grid-row-gap: 20px;
	}

	.inews_txt2 {
		padding: 20px;
		background: #f7f7f7;
	}


}</pre></body></html>